phidget_binding ~master (2022-04-09T10:36:12.0705156)
Dub
Repo
CPhidgetDictionary_getServerAddress
phidget21
phiddict
Gets the address and port.
extern (
C
) __gshared
int
function
(
CPhidgetDictionaryHandle
dict
,
const
char
**
address
,
int
*
port
)
CPhidgetDictionary_getServerAddress
;
Meta
Source
See Implementation
phidget21
phiddict
aliases
CPhidgetDictionaryHandle
CPhidgetDictionaryListenerHandle
CPhidgetDictionary_OnKeyChange_Function
CPhidgetDictionary_set_OnError_Handler_Func
CPhidgetDictionary_set_OnServerConnect_Handler_Func
CPhidgetDictionary_set_OnServerDisconnect_Handler_Func
enums
CPhidgetDictionary_keyChangeReason
static variables
CPhidgetDictionary_addKey
CPhidgetDictionary_close
CPhidgetDictionary_create
CPhidgetDictionary_delete
CPhidgetDictionary_getKey
CPhidgetDictionary_getServerAddress
CPhidgetDictionary_getServerID
CPhidgetDictionary_getServerStatus
CPhidgetDictionary_openRemote
CPhidgetDictionary_openRemoteIP
CPhidgetDictionary_removeKey
CPhidgetDictionary_remove_OnKeyChange_Handler
CPhidgetDictionary_set_OnError_Handler
CPhidgetDictionary_set_OnKeyChange_Handler
CPhidgetDictionary_set_OnServerConnect_Handler
CPhidgetDictionary_set_OnServerDisconnect_Handler
structs
_CPhidgetDictionary
_CPhidgetDictionaryListener
Gets the address and port.